Config

Configuration of how to use the program.

@safe
struct Config {
AppMode mode;
ConfigStaticCode staticCode;
ConfigClangTidy clangTidy;
ConfigCompileDb compileDb;
Compiler compiler;
MiniConfig miniConf;
Logging logg;
}

Members

Static functions

make
Config make()

Variables

analyzeFiles
string[] analyzeFiles;

If set then only analyze these files.

Meta